home *** CD-ROM | disk | FTP | other *** search
- Path: geraldo.cc.utexas.edu!usenet
- From: Raymond Doo <r.doo@mail.utexas.edu>
- Newsgroups: comp.lang.c++
- Subject: Printing from a DLL
- Date: Thu, 18 Apr 1996 12:43:45 -0500
- Organization: Measurement & Evaluation Center, UT Austin
- Message-ID: <31767F51.3E9D@mail.utexas.edu>
- NNTP-Posting-Host: riker.mec.utexas.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.01 (WinNT; I)
-
- How can I print to a local printer from a DLL?
-
- I'm using TextOut to send output to the printer.
- However, the second and subsequent sets of ouput
- are spooled on the hard disk. I noticed that an
- intervening message from a MessageBox would send
- the spooled files to printer.
-
- By the way, I'm using Visual C++ 1.5.
- Can anybody help?
- Thanks.
- Raymond
-